home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 4 / Light ROM 4 - Disc 1.iso / text / maillist / 1996 / 031596.doc / 000140_dwarner@webcom.com _Mon Mar 18 13:50:25 1996.msg < prev    next >
Internet Message Format  |  1996-04-02  |  2KB

  1. Received: from e55.webcom.com (e55.webcom.com [206.2.192.66]) by keeper.albany.net (8.7.5/8.7.5-MZ) with ESMTP id NAA05672 for <DWARNER@ALBANY.NET>; Mon, 18 Mar 1996 13:50:21 -0500 (EST)
  2. Received: from localhost by e55.webcom.com with SMTP
  3.     (1.37.109.15/16.2) id AA198904953; Mon, 18 Mar 1996 10:49:14 -0800
  4. Date: Mon, 18 Mar 1996 10:49:13 -0800
  5. Errors-To: dwarner@ALBANY.NET
  6. Message-Id: <9603181822.AA21347@rembrandt.nosc.mil>
  7. Errors-To: dwarner@ALBANY.NET
  8. Reply-To: lightwave@garcia.com
  9. Originator: lightwave@garcia.com
  10. Sender: lightwave@garcia.com
  11. Precedence: bulk
  12. From: hannguye@rembrandt.nosc.mil (Han Nguyen)
  13. To: lightwave@e55.webcom.com
  14. Subject: Solution to " CAN not save rendered animation on SGI"
  15. X-Listprocessor-Version: 6.0c -- ListProcessor by Anastasios Kotsikonas
  16. Status: RO
  17. X-Status: 
  18.  
  19. First of all I'd like to thank everybody for the prompt responses to my
  20. original posting about not being able to save a rendered
  21. animation on SGI.  It was especially helpful since tech support was not able 
  22. to find out why it was happening.  
  23.  
  24. We can get LW to save an animation out to an SGI movie as well as saving it out 
  25. into individual files IF we change the the environment variable "ContentDirectory" 
  26. in the file .lwrc to point to LW_INSTALLATION directory instead of to the 
  27. user's directory and change the permission on the file to be READ-Only.  
  28. This is my guess as to why this is:
  29.  
  30.     LW has two files .lwrc and .lwmrc in the LW_INSTALL/bin directory that 
  31. have environment variables which point to certain places under the LW_INSTALL 
  32. directory.  When the user invokes LW it creates these 2 files in the user's 
  33. directory and re-defines the environment variables to point to the user's directory. This is OK except for the one variable "ContentDirectory" that should have been 
  34. pointing to the LW_INSTALLATION directory instead of to the user's directory.  
  35. By making the .lwrc file in the user's directory read-only, we prevent LW from 
  36. going in there and modifying the variable "ContentDirectory".